type github.com/jackc/pgx/v5/pgtype.encodePlanNumericCodecTextInt64Valuer

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		numeric.go#L336: 			return encodePlanNumericCodecTextInt64Valuer{}
		numeric.go#L535: type encodePlanNumericCodecTextInt64Valuer struct{}
		numeric.go#L537: func (encodePlanNumericCodecTextInt64Valuer) Encode(value any, buf []byte) (newBuf []byte, err error) {